gtkbox: remove unnecessary queue_compute_expand()
authorChristoph Reiter <reiter.christoph@gmail.com>
Tue, 26 Jul 2016 11:09:21 +0000 (13:09 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 1 Aug 2016 13:02:04 +0000 (09:02 -0400)
commit4556d0f0fe969e8f2144602696b4580b9718b71e
tree05c46d1c4035c8221e00737530ac3fefd385a7a5
parenta72f1c76c87de7a8124a809fe9692194273c563e
gtkbox: remove unnecessary queue_compute_expand()

The expand child property does not have any effect on the
expand state of the GtkBox, so queuing a compute_expand
when changing it is not needed.

https://bugzilla.gnome.org/show_bug.cgi?id=769162
gtk/gtkbox.c